Welcome![Sign In][Sign Up]
Location:
Search - genetic algorithm multi

Search list

[AI-NN-PRgaot

Description: matlab遗传算法源码-Matlab genetic algorithm source code
Platform: | Size: 107520 | Author: | Hits:

[AI-NN-PRtsp(2)

Description: 本程序实现了多城市的tsp问题(即旅行商问题)的遗传算法-the process of multi-city tsp (ie, the traveling salesman problem) Genetic Algorithm
Platform: | Size: 1171456 | Author: 叶靥 | Hits:

[source in ebookGA-min

Description: 遗传算法进行优化求多元函数 (Griewank Function)最小解问题-genetic algorithm optimization for multi-function (Griewank Function) Minimum solutions to the problems
Platform: | Size: 2048 | Author: 林言 | Hits:

[matlabSGA2[1].0

Description: GA(Simple Genetic Algorithm)是一种强大的智能多变量优化算法,它模仿种群繁殖规律来进行优化。 本SGA可以优化变量,求最小值,最大值(当把函数倒数也就求最小值啦) 并且支持浮点编码,grey编码,二进制编码;轮赌法选择,锦标赛选择;单点交叉,均布交叉,浮点交叉;单点变异,浮点变异;-GA (Simple Genetic Algorithm) is a powerful, intelligent multi-variable optimization algorithms, which mimic the breeding populations of the law to be optimized. SGA can optimize this variable, and the minimum value, maximum value (when the function of the countdown you will seek the minimum value) and to support the floating-point encoding, grey code, binary code round of gambling options, tournament selection single-point crossover, uniform Cross, floating-point crossover single point mutation, floating-point variation
Platform: | Size: 9216 | Author: yuandi | Hits:

[matlabZDT4

Description: 为了有效地应用遗传算法解决 鲁棒控制系统设计问题,将遗传算法与局部优化方法相结合,提出了基于降维扫描方法的自适应多目标遗传算法(DRSA-MOGA)。通过引入适应度函数标准化方法、基于最优Pareto解集搜索的降维扫描方法和适应度函数自适应调整方法,提高了算法的全局优化性能和局部搜索能力。仿真结果表明,DRSA-MOGA算法在不损失解的均匀度的情况下可以达到很高的逼近度-For effective application of genetic algorithms to solve robust control system design problems, genetic algorithms and local optimization method, based on reduced-order adaptive scanning method multi-objective genetic algorithm (DRSA-MOGA). Fitness function through the introduction of standardized methods, based on the Pareto optimal solution set of search methods and dimensionality reduction scan fitness function adaptive adjustment method, the algorithm improve the performance of global optimization and local search capabilities. The simulation results show that, DRSA-MOGA algorithm solution without loss of uniformity can be achieved under a high degree of approximation
Platform: | Size: 14336 | Author: cekong | Hits:

[matlabMATLABApplication

Description:  阐述了遗传算法的基本原理,对MATLAB 遗传算法工具箱(GAOT) 的参数使用进行 了详细介绍,探讨了MATLAB 遗传算法工具箱(GAOT) 在水资源非线性规划和多目标规划时的 应用,并用简单实例证明了这种应用具有良好的通用性、可行性和简便性,可以得到较满意的 优化计算结果。-Expounded the basic principles of genetic algorithm, the MATLAB Genetic Algorithm Toolbox (GAOT) using the parameters described in detail, discusses the MATLAB Genetic Algorithm Toolbox (GAOT) in water resources planning and non-linear multi-objective planning applications, and with a simple example shows that the application has a good general-purpose, feasibility and simplicity, can be more satisfied with the results of the optimization calculation.
Platform: | Size: 165888 | Author: dh | Hits:

[AI-NN-PRGA_for_Knapsack_Problem

Description: 遗传算法用于求解多目标背包问题,学包括基本的选择、杂交、变异等遗传算子.-Genetic algorithm for solving multi-objective knapsack problem, learning the basic choice, hybridization, mutation and other genetic operators.
Platform: | Size: 44032 | Author: daniel | Hits:

[AI-NN-PRgatbx-example1

Description: 一元函数,多元单峰,多元多峰函数的matalab遗传算法优化实例-One dollar function, multi-single peak, multiple multi-peak function optimization genetic algorithm matalab examples
Platform: | Size: 7168 | Author: 熊梅西 | Hits:

[AI-NN-PRnsga2-v1.1

Description: 多目标遗传算法的程序,费了我许多曲折,希望对大家有所帮助-Multi-objective genetic algorithm procedure, costs me a lot of twists and turns, and they hope to help everyone
Platform: | Size: 336896 | Author: sungang | Hits:

[AI-NN-PRGA_routing

Description: 遗传算法在路由优化中的应用:多服务质量的最小路径的算法.-Genetic Algorithm in Routing Optimization: Multi-service quality of the minimum path algorithm.
Platform: | Size: 11264 | Author: 一顺 | Hits:

[AI-NN-PRGA-FOR-VRP

Description: 毕业设计所用的用C++编写的遗传算法求解组合优化问题。-Graduation design used by C++ Prepared Genetic Algorithm for Solving Combinatorial Optimization Problems.
Platform: | Size: 8192 | Author: pengyang | Hits:

[AI-NN-PRMGA

Description: 这是一个基于多智能体的遗传算法,算法中以一个30维Rastrigin的函数(该函数有无数个局部积小点一个最小点)为例进行了演示——连续独立运行五十次,每次的解小于1e-4,使用了matcom45和C++的混合编程,请先下载后使用程序-This is a Multi-agent-based genetic algorithm with a 30-dimensional Rastrigin function (the function has numerous local small plot point of a minimum) as an example a demonstration- an independent running for 50 times the solution is less than 1e-4, used matcom45 and C++ the mixed programming, please use the program after downloading
Platform: | Size: 5120 | Author: huwentao | Hits:

[matlabfga

Description: 遗传算法MATLAB函数程序,格雷编码,均匀,多点交叉,倒位操作-Genetic Algorithm MATLAB function procedures, Gray coding, uniform, multi-point crossover, inversion operation
Platform: | Size: 3072 | Author: 高兴 | Hits:

[AI-NN-PRaa

Description: 遗传算法 遗传算法简称GA(Genetic Algorithm),在本质上是一种不依赖具体问题的直接搜索方法。遗传算法在模式识别、神经网络、图像处理、机器学习、工业优化控制、自适应控制、生物科学、社会科学等方面都得到应用。在人工智能研究中,现在人们认为“遗传算法、自适应系统、细胞自动机、混沌理论与人工智能一样,都是对今后十年的计算技术有重大影响的关键技术”。-Referred to as genetic algorithm genetic algorithm GA (Genetic Algorithm), in essence is a kind of do not rely on specific issues of direct search method. Genetic algorithm in pattern recognition, neural networks, image processing, machine learning, optimization of industrial control, adaptive control, biological sciences, social sciences and so on have been applied. Research in artificial intelligence, now that the " genetic algorithms, adaptive systems, cellular automata, chaos theory and artificial intelligence, are the next ten years of the computing technology have a major impact on the key technology."
Platform: | Size: 303104 | Author: sunguili | Hits:

[Mathimatics-Numerical algorithmsCHAPTER5

Description: 遗传算法是一种模拟生物进化机制的随机全局优化搜索方法,具有很强的全局优化能力及鲁棒性。遗传算法属于直接搜索法,对适应函数基本无限制,既不要求连续,也不要求函数可微,而且不需要初始信息可以寻求全局最优解克服了单纯形算法初始条件影响大,易陷入局部最小等缺点,操作方便,速度快,不需要复杂的规则,且可用于多目标寻优,在解空间进行高效启发式搜索,可以提高运算速度。-The genetic algorithm is one simulation organic evolution mechanism stochastic global optimization reconnaissance method, has the very strong global optimization ability and robustness. The genetic algorithm belongs to the direct search method, to adapts the function basically unlimited, also does not request continual, also does not request the function differentiable, moreover did not need the initial information to be possible to seek the globally optimal solution to overcome the simplex algorithm initial condition to affect in a big way, easy to fall into is partially smallest and so on shortcomings, the ease of operation, the speed is quick, did not need the complex rule, and might use in the multi-objective optimizations, carried on the highly effective heuristic search in the solution space, might raise the operating speed.
Platform: | Size: 3072 | Author: 大同小异 | Hits:

[AI-NN-PRNSGA-II(2000)

Description: 这是多目标优化问题的经典文章,值得研究。A Fast and Elitist Multi-Objective Genetic Algorithm NSGA-II (2000)-A Fast and Elitist Multi-Objective Genetic Algorithm NSGA-II (2000)
Platform: | Size: 1090560 | Author: Winjade | Hits:

[OpenGL programnsga2code

Description: Genetic algorithm for multi objective code with C++.This GAs uses the Pareto method.
Platform: | Size: 55296 | Author: zizou | Hits:

[matlabmultiprocessor

Description: multi processor scheduling with genetic algorithm
Platform: | Size: 2048 | Author: mehdi | Hits:

[matlabMATLABlanguageandapplication

Description: < 控制系统计算机辅助设计--MATLAB语言与应用>>系统地介绍了国际控制界最流行的控制系统计算机辅助设计语言MATLAB,侧重于介绍MATLAB语言编程基础与技巧、数学问题的MATLAB求解、线性系统计算机辅助分析、控制系统与其他复杂系统的Simulink建模,控制系统的计算机辅助设计方法,包括串联控制器、状态反馈控制器、多变量系统频域设计、PID控制器设计、最优控制器设计、LQG/LTR控制器设计、H2=H1 最优控制、分数阶控制、自适应控制、模糊控制、神经网络控制、遗传算法优化控制等。本电子文档为其源码光盘内容,源码多多,利于学习参考。-"" Control System for Computer-Aided Design- MATLAB language and application of "" a systematic introduction to the international control of world s most popular computer-aided control system design language MATLAB, introduced the MATLAB language programming focusing on the foundation and skills, the MATLAB mathematical problem solving, computer-aided analysis of linear systems, control systems and other complex systems Simulink modeling, control system, computer-aided design methods, including serial controller, state feedback controller, multi-variable system, frequency-domain design, PID controller design, optimal controller design, LQG/LTR controller design, H2 = H1 optimal control, fractional order control, adaptive control, fuzzy control, neural network control, genetic algorithm to optimize control. This electronic document its source code CD-ROM content, source code lot, conducive to learning for reference.
Platform: | Size: 2137088 | Author: 任勇 | Hits:

[Mathimatics-Numerical algorithmsMulti-variable heterotopic adaptive genetic algorithm

Description: Multi-variable heterotopic adaptive genetic algorithm
Platform: | Size: 3344 | Author: kimhanxin@163.com | Hits:
« 12 3 4 5 6 7 8 9 10 ... 23 »

CodeBus www.codebus.net